cURL
curl --request GET \ --url https://platform-backend.getalchemystai.com/api/v1/context/add-async/{id}/status \ --header 'Authorization: Bearer <token>'
{ "success": true, "jobId": "<string>", "status": "<string>", "result": {}, "attemptsMade": 123, "failedReason": "<string>", "finishedOn": 123, "processedOn": 123 }
Returns the status and result of a context add job by job id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Job ID to check status for
Job status and result